var internal/runtime/exithook.locked
5 uses
internal/runtime/exithook (current package)
hooks.go#L31: locked atomic.Int32
hooks.go#L44: for !locked.CompareAndSwap(0, 1) {
hooks.go#L48: locked.Store(0)
hooks.go#L57: for !locked.CompareAndSwap(0, 1) {
hooks.go#L63: defer locked.Store(0)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |